runtime.notifyList.lock (field)
10 uses
runtime (current package)
sema.go#L536: lock mutex
sema.go#L563: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L567: unlock(&l.lock)
sema.go#L587: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
sema.go#L606: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L616: unlock(&l.lock)
sema.go#L637: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L642: unlock(&l.lock)
sema.go#L673: unlock(&l.lock)
sema.go#L679: unlock(&l.lock)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |